home *** CD-ROM | disk | FTP | other *** search
/ Pro One: Netcracker Netscape Navigator / ProOne: Netcracker Netscape Navigator.iso / pc / nc / nct02140.geo / 00206.ls < prev    next >
Encoding:
Text File  |  1997-03-19  |  220 b   |  9 lines

  1. on exitFrame
  2.   if (the ticks - get_blinkHilite()) > 20 then
  3.     set hiliteOn to the visible of sprite 14
  4.     set the visible of sprite 14 to not hiliteOn
  5.     set_blinkHilite(the ticks)
  6.   end if
  7.   checkScreenStatus()
  8. end
  9.